home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_30.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  358 b   |  12 lines

  1. on enterFrame
  2.   set startBall to 11
  3.   set telephonieBall to startBall
  4.   set cablodistributionBall to startBall + 1
  5.   set ondeHertzBall to startBall + 2
  6.   set the ink of sprite telephonieBall to 37
  7.   set the ink of sprite cablodistributionBall to 37
  8.   set the ink of sprite ondeHertzBall to 37
  9.   depuppetize(telephonieBall, ondeHertzBall)
  10.   updateStage()
  11. end
  12.